home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDITOR
/
AMAC44.ARJ
/
QLST@F2.QM
< prev
next >
Wrap
Text File
|
1992-05-27
|
2KB
|
36 lines
* qlst@f2.qm
* Macro To Load a File List of Files In Ring
* 5/18/92
*
* ----------------------------------------------------------------------
* @(f2) Load File List In Ring,
* User Selects File To Load Emulating PC Magazine Filectrl.com,
* Loads Only First File In Ring
* ----------------------------------------------------------------------
@f2 macrobegin
* --------------------- Load First File In Ring ---------------------*
markline copy * Copy first file name to scrap
horizontalwindow * Open 2 windows
editfile paste return * Load first file in list in window 2
prevwindow * Move to window 1
* ------------------- Select Another File To Load -------------------*
SELECT:
pause * Pause to select file to load
markline copy * Copy selected file name to scrap
nextwindow * Move to window 2
editfile paste return * Load selected file
zoomwindow * Zoom to edit in full window
pause * Press <enter> to Select another file
prevwindow * Return to list to select another file
makectrofscreen * To view files above and below cursor
jump SELECT * Loop again to select another file
*
* 31 bytes Thu 05-09-1991 16:25:46 (TH @0, from RINGnn.QM)
* 25 bytes Wed 05-06-1992 13:00:10 (TH @f2, removed Nul)